drop_while
list.drop_while
Lazily drop the first elements of a list for which predicate 'p' holds.
Postcondition
Inherited from Sequence.drop_while
post
analysis: result ∀ (x -> !(p x))
analysis: {
n := nth result.count
!n || p n.or_panic
}0.099dev (GIT hash 9b94ad4b4a4bff2bf2be7d77be2c6e1fd7683c4d)